home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / Palm Finder 2 / Src / App Sources / prefs.h < prev   
Encoding:
Text File  |  2001-06-23  |  214 b   |  15 lines

  1. // prefs.h
  2.  
  3. #define PILOT_PRECOMPILED_HEADERS_OFF
  4. #include <Pilot.h>
  5.  
  6.  
  7. struct FinderPrefsType {
  8.     PointType    trash_position;
  9.     Boolean        show_startup;
  10. } ;
  11.  
  12. class prefs {
  13. public:
  14.     static FinderPrefsType* get_prefs();
  15. };